Interface IPKIMessage

All Superinterfaces:
Serializable
All Known Subinterfaces:
IHttpPKIMessage
All Known Implementing Classes:
HttpPKIMessage

public interface IPKIMessage extends Serializable
Messages that are serialized and go over the wire. It must be serializable, and later will be inherited by CRMF message.
Version:
$Revision$, $Date$
  • Method Details

    • getReqStatus

      String getReqStatus()
      Returns status of request.
      Returns:
      String of request status.
    • getReqType

      String getReqType()
      Retrieves the request type.
      Returns:
      String of type of request.
    • getReqId

      String getReqId()
      Retrieves the request identifer.
      Returns:
      String of name of request.
    • fromRequest

      void fromRequest(Request r)
      Makes a PKIMessage from a request PKIMessage will be sent to wire.
      Parameters:
      r - Request to copy from.
    • toRequest

      void toRequest(Request r)
      Copies contents of PKIMessage to the request PKIMessage is from the wire.
      Parameters:
      r - Request to copy to.
    • getReqRealm

      String getReqRealm()
      Retrieves the request realm
      Returns:
      String of authz realm